tools/python: Correct the install path of the python scripts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Jul 2015 11:09:40 +0000 (12:09 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 15 Jul 2015 11:28:33 +0000 (12:28 +0100)
commit21e8583afb49bbb65efdb49eb3c5779391413aa0
tree5f3d6826d44139c4dbfd5a3cd974891de1b53b25
parentd491d819d3994032360ed5f1117ab71c1a6a765a
tools/python: Correct the install path of the python scripts

c/s 74a7c7a was actually written long before c/s 2c96ecb "Use
configure --libexecdir=BASEDIR to set LIBEXEC", and I didn't notice
during development because of the method I was using to run a legacy
and migration v2 libxl toolstack side-by-side.

The result is that the conversion script gets installed in the root of
the output tree, rather than in the location libxl is expecting to
find it.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/python/Makefile